From baba458d52478c0ec3e434db1add770e20d8dc9e Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Wed, 5 Mar 2025 16:49:25 +0200 Subject: [PATCH] node: mark BROKEN (to test impact on buildbot timeouts) Mark node BROKEN to disable its build in buildbot in order to test the impact on preventing frequent buildbot hangups. It is suspected that node causes frequent build timeouts/hangups on aarch/arm/i386/x86 builds: approx 1/3 of builds get timeouted. Disable node for now to test the hypothesis. Signed-off-by: Hannu Nyman --- lang/node/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/node/Makefile b/lang/node/Makefile index f403cceb1c..7b841012c9 100644 --- a/lang/node/Makefile +++ b/lang/node/Makefile @@ -40,7 +40,7 @@ define Package/node SUBMENU:=Node.js TITLE:=Node.js is a platform built on Chrome's JavaScript runtime URL:=https://nodejs.org/ - DEPENDS:=@HAS_FPU @(i386||x86_64||arm||aarch64) \ + DEPENDS:=@HAS_FPU @(i386||x86_64||arm||aarch64) @BROKEN \ +libstdcpp +libopenssl +zlib +libnghttp2 \ +libcares +libatomic +NODEJS_ICU_SYSTEM:icu +NODEJS_ICU_SYSTEM:icu-full-data ABI_VERSION:=$(NODE_MODULE_VERSION) -- 2.30.2